.faq_Wrapper {
  position: relative;
}

.faq_Wrapper .col-lg-10 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.faq_Wrapper::before {
  content: "";
  background: url(/Portals/_default/Skins/ez-skin/assets/icons/wave3.svg)
    no-repeat;
  width: 100%;
  height: 218px;
  position: absolute;
  top: -30px;
  background-size: 102%;
  left: 0;
  z-index: -1;
}

.faq_Header {
  margin-bottom: 92px !important;
  margin-top: 35px !important;
}

.faq_Item {
  display: flex;
  align-items: center;
}

.faq_Num {
  border-radius: 24px;
  background: var(--Primary-P50, #fc7b35);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: var(--Gray-G100, #fff);
  font-size: 36px;
  font-weight: 800;
  line-height: 72px;
  margin-left: -30px;
  z-index: 2;
}

.faq_Box {
  border-radius: 16px;
  background: var(--Gray-G99, #f2f2f2);
  width: 100%;
  padding: 24px 54px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 992px) {
  .faq_Wrapper::before {
    height: 60px;
    top: -8px;
  }
  .faq_Header {
    text-align: center;
    margin-bottom: 46px !important;
  }
  .faq_Item {
    flex-direction: column;
  }
  .faq_Num {
    margin-left: 0;
    margin-bottom: -30px;
  }
  .faq_Box {
    padding: 52px 16px 24px;
    gap: 16px;
  }
}
